String Schema
AirlineRequestTypes Complex Type
Description
Airline types
Namespace http://string.drv.de/xmlschema/string
Diagram
IcaoCode Element IataCode Element Choice MarketingCarrier Element IcaoCode Element IataCode Element Choice OperatingCarrier Element Sequence AirlineRequestTypes Complex Type
Overview
AirlineRequestTypes
Airline types
Used By
Carrier Element
Carrier Element
Carrier Element
Source
<xs:complexType name="AirlineRequestTypes" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:annotation>
    <xs:documentation>Airline types</xs:documentation>
  </xs:annotation>
  <xs:sequence>
    <xs:element name="OperatingCarrier" type="AirlineRequestType" nillable="true" minOccurs="0" />
    <xs:element name="MarketingCarrier" type="AirlineRequestType" nillable="true" minOccurs="0" />
  </xs:sequence>
</xs:complexType>
See Also
String Schema

 

 


© 2017 All Rights Reserved.

Send comments on this topic.